FTP DISCONNECT
This command will allow you to disconnect from an ftp site previously connected to using the FTP CONNECT command.
FTP DISCONNECT
FTP DISCONNECT Dial-Up-Disconnect Flag
Dial-Up-Disconnect Flag
Integer
Flag
This command does not return a value.
You can optionally specify an integer parameter to disconnect the dial-up connection if dial-up access was used.
cls
print "Your Own Server Only"
print
input "Enter Your Own URL>";url$
input "Enter Username>";user$
input "Enter Password>";pass$
if get ftp failure()=0
time#=timer()-time#
print "Connection established in ";time#/1000.0;" seconds."
FTP DISCONNECT
else
print "Could not connect to ";url$
print "Error:";get ftp error$()
wait 1000*6
endif
do:loop
end
FTP Commands Menu
Index